ComponentOne FlexReport for WinForms
ReportObjectNamedList<TItem> Class
Members 

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace : ReportObjectNamedList<TItem> Class
The type of elements in the collection.
Represents the list of strong named report objects.
Object Model
ReportObjectNamedList<TItem> Class
Syntax
'Declaration
 
Public MustInherit Class ReportObjectNamedList(Of TItem As StrongNamedReportObject) 
   Inherits ReportObjectList(Of TItem)
public abstract class ReportObjectNamedList<TItem> : ReportObjectList<TItem> 
where TItem: StrongNamedReportObject
Type Parameters
TItem
The type of elements in the collection.
Inheritance Hierarchy

System.Object
   C1.Win.FlexReport.ReportObjectCollection<TItem>
      C1.Win.FlexReport.ReportObjectList<TItem>
         C1.Win.FlexReport.ReportObjectNamedList<TItem>
            C1.Win.FlexReport.DataSourceCollection

See Also

Reference

ReportObjectNamedList<TItem> Members
C1.Win.FlexReport Namespace